Uses of Class
gametheory.Game

Packages that use Game
gametheory Contains code for estimating the entry into auctions application in Bajari, Hong, and Ryan (2009). 
 

Uses of Game in gametheory
 

Methods in gametheory that return Game
 Game GenerateImportanceGameTask.call()
          Functionality to call Gambit and compute all the equilibria to the game.
 Game GenerateMonteCarloTask.call()
           
 Game Game.deepCopy()
          Creates a deep copy of the current game.
 

Methods in gametheory that return types with arguments of type Game
 java.util.ArrayList<Game> ReadInData.getGameList()
          Returns game list.
 java.util.ArrayList<Game> Game.getImportanceGamesList()
          Get the importance games list.
 

Method parameters in gametheory with type arguments of type Game
 void ReadInData.setGameList(java.util.ArrayList<Game> gameList)
          Sets the game list.
 void Game.setImportanceGamesList(java.util.ArrayList<Game> aImportanceGamesList)
          Set importance games list.
 

Constructors in gametheory with parameters of type Game
FunctionEvaluationTaskGMM(int numMoments, Game g, double[] x)
          Constructor for GMM Task.
GenerateImportanceGameTask(Game g, int i)
          Creates a new instance of GenerateImportanceGameTask
 

Constructor parameters in gametheory with type arguments of type Game
GameMinimization(java.util.ArrayList<Game> gameList)
          Creates a new instance of GameMinimization
GameMinimizationPrivateInformation(java.util.ArrayList<Game> gameList)
          Creates a new instance of GameMinimizationPrivateInformation